home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / Tzu Release 4 distƒ / Tool Development / TzuTextUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-15  |  181 b   |  3 lines  |  [TEXT/MMCC]

  1. #pragma once
  2. pascal void InsertText(Handle hText,long insertOffset,long insertLen,const void *insert);
  3. pascal void DeleteText(Handle hText,long offsetToDirtyText,long dirtyTextLen);